const math/big.intGobVersion

3 uses

	math/big (current package)
		intmarsh.go#L15: const intGobVersion byte = 1
		intmarsh.go#L24: 	b := intGobVersion << 1              // make space for sign bit
		intmarsh.go#L40: 	if b>>1 != intGobVersion {